perf: disable BUILD_BPF_SKEL
authorRobert Marko <[email protected]>
Thu, 10 Jul 2025 13:05:39 +0000 (15:05 +0200)
committerRobert Marko <[email protected]>
Thu, 10 Jul 2025 18:42:07 +0000 (20:42 +0200)
commited23b44e55fe9a01b3156a818a1cb0fe030c0183
treef396354aaf01aa79c155f5bfe07bead94a51af20
parentbcf51747a27856773a33f0414c7eb6b004547537
perf: disable BUILD_BPF_SKEL

BUILD_BPF_SKEL was set to 1 by default in upstream commit:
9925495d96efc14d885ba66c5696f664fe0e663c ("perf build: Default
BUILD_BPF_SKEL, warn/disable for missing deps")

Prior to that, it was disabled by default and you had to enable it to
build BPF skeleton support.

So in order to fix perf compilation with kernel 6.12, lets disable
BUILD_BPF_SKEL.

Fixes: #19310
Link: https://github.com/openwrt/openwrt/pull/19361
Signed-off-by: Robert Marko <[email protected]>
package/devel/perf/Makefile